Overload | Description |
---|---|
PushBack(NChainNode<T>) | Pushes the node at the back of the deque (makes it the last item in the deque) |
PushBack(T) | Pushes the item at the back of the deque (makes it the last item in the deque) and returns the node created for it |